.footer {font-size:12px; clear:both; color:#999; background:#fc3027; }
.footer .box {
	padding-top:20px;
	padding-bottom:20px;
    margin: 0 auto;
    width: 96%;
    text-align: left;
}
.footer h6 { font-size:14px; color:#eee; font-weight: bold;}
.footer h6 a { color:#eee;}
.footer h6 a:hover { color:#ccc; text-decoration:underline;}

.footer-logo { width:150px;}
.footer-logo img { display:block; width:100%; }
.footer .left {
    float: left;
    display: inline;
}

.beian { width:250px; text-align:right; color:#999; }
.footer .right {
    float: right;
    display: inline;
}
.copyright { padding:0 25px; }
.copyright p {color:#fff; }
.footer .center {
    display: table-cell;
    width: 4000px;
    overflow: hidden;
	font-size:14px;
}
.footer a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #fff;
	font-size:14px;
}
a.smooth { display:block; width:50px; height:50px; background:url(../images/go_top.gif) 0 0 no-repeat; position:fixed; right:10px; bottom:10px; z-index:4003; overflow:hidden; _position:absolute; _margin-bottom:10px; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
a.smooth:hover { background:url(../images/go_top.gif) -50px 0 no-repeat;}

@media screen and (max-width:900px){
.footer {
     display: block !important;
	 margin-bottom: 60px;
}
}
